[lldb/Test] Update expressions.test for non-zero exit code
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 May 2020 21:06:24 +0000 (14:06 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 May 2020 21:06:47 +0000 (14:06 -0700)
Updates Windows test for 61d5b0e66394.

lldb/test/Shell/SymbolFile/PDB/expressions.test

index 4901619..819e2e1 100644 (file)
@@ -1,6 +1,6 @@
 REQUIRES: system-windows, msvc
 RUN: %build --compiler=msvc --nodefaultlib --output=%t.exe %S/Inputs/ExpressionsTest.cpp
-RUN: %lldb -b -s %S/Inputs/ExpressionsTest0.script -s %S/Inputs/ExpressionsTest1.script -s %S/Inputs/ExpressionsTest2.script -- %t.exe 2>&1 | FileCheck %s
+RUN: not %lldb -b -s %S/Inputs/ExpressionsTest0.script -s %S/Inputs/ExpressionsTest1.script -s %S/Inputs/ExpressionsTest2.script -- %t.exe 2>&1 | FileCheck %s
 
 // Check the variable value through `print`
 CHECK: (lldb) print result