Skip to content

Commit 82665cc

Browse files
Add space test case to repl tests
1 parent c2ce6c5 commit 82665cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Driver/options-repl.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
// RUN: %swift_driver -sdk "" -lldb-repl -### | %FileCheck -check-prefix=LLDB %s
19-
// RUN: %swift_driver -sdk "" -lldb-repl -D A -DB -D C -DD -L /path/to/libraries -L /path/to/more/libraries -F /path/to/frameworks -lsomelib -framework SomeFramework -sdk / -I "this folder" -module-name Test -target %target-triple -### | %FileCheck -check-prefix=LLDB-OPTS %s
19+
// RUN: %swift_driver -sdk "" -lldb-repl -D A -DB -D C -DD -L /path/to/libraries -L /path/to/more/libraries -F /path/to/frameworks -lsomelib -l otherlib -framework SomeFramework -sdk / -I "this folder" -module-name Test -target %target-triple -### | %FileCheck -check-prefix=LLDB-OPTS %s
2020

2121
// LLDB: lldb{{(\.exe)?"?}} {{"?}}--repl=
2222
// LLDB-NOT: -module-name
@@ -30,6 +30,7 @@
3030
// LLDB-OPTS-DAG: -L /path/to/more/libraries
3131
// LLDB-OPTS-DAG: -F /path/to/frameworks
3232
// LLDB-OPTS-DAG: -lsomelib
33+
// LLDB-OPTS-DAG: -lotherlib
3334
// LLDB-OPTS-DAG: -framework SomeFramework
3435
// LLDB-OPTS-DAG: -I \"this folder\"
3536
// LLDB-OPTS: "

0 commit comments

Comments
 (0)