mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-13 08:46:22 +00:00
[Dexter] Update Dexter tests to use new dexter test substitutions
Following commit b8fc288, which changed some dexter test substitutions to be specific to C and C++, some tests that had been added since the original patch was written were still using the old substitution; this patch updates them to use the new.
This commit is contained in:
parent
61ef286506
commit
2334fd2ea3
@ -4,7 +4,7 @@
|
||||
#
|
||||
# UNSUPPORTED: system-darwin
|
||||
#
|
||||
# RUN: %dexter_regression_test_build %S/test.cpp -o %t
|
||||
# RUN: %dexter_regression_test_cxx_build %S/test.cpp -o %t
|
||||
# RUN: %dexter_regression_base --binary %t %s | FileCheck %s
|
||||
# CHECK: commands.dex
|
||||
#
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# REQUIRES: system-windows
|
||||
#
|
||||
# RUN: %dexter_regression_test_build "%S/source/test file.cpp" -o %t
|
||||
# RUN: %dexter_regression_test_cxx_build "%S/source/test file.cpp" -o %t
|
||||
# RUN: %dexter_regression_base --binary %t %s | FileCheck %s
|
||||
# CHECK: test.dex
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Check that Dexter command syntax errors associate with the line and file
|
||||
// they appeared in rather than the current declared file.
|
||||
//
|
||||
// RUN: %dexter_regression_test_build %s -o %t
|
||||
// RUN: %dexter_regression_test_cxx_build %s -o %t
|
||||
// RUN: not %dexter_base test --binary %t --debugger 'lldb' -v -- %s \
|
||||
// RUN: | FileCheck %s --implicit-check-not=FAIL-FILENAME-MATCH
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user