Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: gcc/gcc/testsuite/g++.dg/ext/has_nothrow_assign.C

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/ext/attribute-test-2.C ('k') | gcc/gcc/testsuite/g++.dg/ext/is_pod.C » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/g++.dg/ext/has_nothrow_assign.C
diff --git a/gcc/gcc/testsuite/g++.dg/ext/has_nothrow_assign.C b/gcc/gcc/testsuite/g++.dg/ext/has_nothrow_assign.C
index 73a904eac25761c9e8ff856d7b3cd3f7d70e8146..f3b4a8b2556dec36620d3035cfe9a7f4f4b2fd0c 100644
--- a/gcc/gcc/testsuite/g++.dg/ext/has_nothrow_assign.C
+++ b/gcc/gcc/testsuite/g++.dg/ext/has_nothrow_assign.C
@@ -134,7 +134,7 @@ int main()
assert (PTEST (A));
assert (PTEST (B));
assert (PTEST (C));
- assert (NTEST (C[]));
+ assert (PTEST (C[]));
assert (PTEST (D));
assert (NTEST (E));
assert (NTEST (E1));
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/ext/attribute-test-2.C ('k') | gcc/gcc/testsuite/g++.dg/ext/is_pod.C » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698