Skip to content

Commit 77b8dcd

Browse files
committed
Fix test
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 483ea3b commit 77b8dcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/test-e2e/KernelCompiler/sycl_device_flags.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ int main(int argc, char *argv[]) {
131131

132132
std::vector<std::string> flags{"-Xs", "-doubleGRF",
133133
"-XsXfinalizer \"-printregusage\""};
134-
if (lang == syclex::source_language::sycl) {
135-
// Flags with and without space, inner quotes.
136-
flags = {"-Xs '-doubleGRF'", "-Xs'-Xfinalizer \"-printregusage\"'"};
137-
}
138134
exe_kb kbExe =
139135
syclex::build(kbSrc, syclex::properties{syclex::build_options{flags}});
140136

0 commit comments

Comments
 (0)