Skip to content

Commit d7e22fe

Browse files
authored
Merge pull request swiftlang#21536 from compnerd/interpret
test: execute `round-trip-test` with the interpreter
2 parents cde0862 + 4b03188 commit d7e22fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/lit.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,9 @@ config.substitutions.append(
12821282
config.substitutions.append(('%utils', config.swift_utils))
12831283
config.substitutions.append(('%line-directive', '%r %s' % (sys.executable, config.line_directive)))
12841284
config.substitutions.append(('%gyb', '%r %s' % (sys.executable, config.gyb)))
1285-
config.substitutions.append(('%round-trip-syntax-test', config.round_trip_syntax_test))
1285+
config.substitutions.append(('%round-trip-syntax-test',
1286+
'%r %s' % (sys.executable,
1287+
config.round_trip_syntax_test)))
12861288
config.substitutions.append(('%rth', config.rth))
12871289
config.substitutions.append(('%scale-test',
12881290
'{} --swiftc-binary={} --tmpdir=%t'.format(

0 commit comments

Comments
 (0)