jroelofs added inline comments.

================
Comment at: test/libcxx/compiler.py:195
@@ +194,3 @@
+            cmd.remove('-v')
+        out, err, rc = lit.util.executeCommand(cmd, input='#error\n')
+        assert rc != 0
----------------
... you could at least use `compileString` here.


http://reviews.llvm.org/D11333



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to