Skip to content

Commit 2334fd2

Browse files
committed
[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.
1 parent 61ef286 commit 2334fd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary/commands.dex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# UNSUPPORTED: system-darwin
66
#
7-
# RUN: %dexter_regression_test_build %S/test.cpp -o %t
7+
# RUN: %dexter_regression_test_cxx_build %S/test.cpp -o %t
88
# RUN: %dexter_regression_base --binary %t %s | FileCheck %s
99
# CHECK: commands.dex
1010
#

cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/windows_noncanonical_path/test.dex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# REQUIRES: system-windows
55
#
6-
# RUN: %dexter_regression_test_build "%S/source/test file.cpp" -o %t
6+
# RUN: %dexter_regression_test_cxx_build "%S/source/test file.cpp" -o %t
77
# RUN: %dexter_regression_base --binary %t %s | FileCheck %s
88
# CHECK: test.dex
99
#

cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_dexdeclarefile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Check that Dexter command syntax errors associate with the line and file
33
// they appeared in rather than the current declared file.
44
//
5-
// RUN: %dexter_regression_test_build %s -o %t
5+
// RUN: %dexter_regression_test_cxx_build %s -o %t
66
// RUN: not %dexter_base test --binary %t --debugger 'lldb' -v -- %s \
77
// RUN: | FileCheck %s --implicit-check-not=FAIL-FILENAME-MATCH
88

0 commit comments

Comments
 (0)