From 11af2bf0e0bc4d0946bef90e1d8c3df847a94843 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 5 May 2020 14:06:24 -0700 Subject: [PATCH] [lldb/Test] Update expressions.test for non-zero exit code Updates Windows test for 61d5b0e66394. --- lldb/test/Shell/SymbolFile/PDB/expressions.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SymbolFile/PDB/expressions.test b/lldb/test/Shell/SymbolFile/PDB/expressions.test index 4901619..819e2e1 100644 --- a/lldb/test/Shell/SymbolFile/PDB/expressions.test +++ b/lldb/test/Shell/SymbolFile/PDB/expressions.test @@ -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 -- 2.7.4