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

Unified Diff: unittests/Bitcode/CMakeLists.txt

Issue 770853002: Fix error reporting in the PNaCl bitcode reader. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix issues and add test case. 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/CMakeLists.txt
diff --git a/unittests/Bitcode/CMakeLists.txt b/unittests/Bitcode/CMakeLists.txt
index 935a58c9dc145f7081da73778b62180ea60a9185..9163edfcbf217b15701da9aa669f45d568146d5c 100644
--- a/unittests/Bitcode/CMakeLists.txt
+++ b/unittests/Bitcode/CMakeLists.txt
@@ -14,5 +14,6 @@ add_llvm_unittest(BitcodeTests
NaClAbbrevTrieTest.cpp
NaClObjDumpTest.cpp
NaClObjDumpTypesTest.cpp
+ NaClParseDumpTypesTest.cpp
jvoung (off chromium) 2014/12/03 19:43:46 File is actually "NaClParseTypesTest.cpp"?
Karl 2014/12/03 20:53:44 Yes. Fixed.
NaClTextFormatterTest.cpp
)

Powered by Google App Engine
This is Rietveld 408576698