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

Unified Diff: unittests/Bitcode/NaClParseTypesTest.cpp

Issue 807643002: Don't allow instructions/globals to use alignment > 2**29. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix nits. Created 6 years 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
Index: unittests/Bitcode/NaClParseTypesTest.cpp
diff --git a/unittests/Bitcode/NaClParseTypesTest.cpp b/unittests/Bitcode/NaClParseTypesTest.cpp
index 23e11742445d52c0ef2e60e56ef4d789729d61a5..6782722f64d6975264aa7a68d1439470adc0a0f5 100644
--- a/unittests/Bitcode/NaClParseTypesTest.cpp
+++ b/unittests/Bitcode/NaClParseTypesTest.cpp
@@ -74,7 +74,7 @@ TEST(NaClParseTypesTest, BadTypeReferences) {
AddSelfReference, array_lengthof(AddSelfReference),
true));
EXPECT_EQ(
- "Error: Invalid TYPE_CODE_FLOAT record\n"
+ "Error: (24:2) Invalid TYPE_CODE_FLOAT record\n"
"Error: Record doesn't have expected size or structure\n",
Munger.getTestResults());
}
« unittests/Bitcode/NaClParseInstsTest.cpp ('K') | « unittests/Bitcode/NaClParseInstsTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698