Skip to content

Commit e16de3b

Browse files
committed
Fix typo
1 parent cd3b614 commit e16de3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ def test_fft_env_vars_intel(self):
13561356
def test_fosscuda(self):
13571357
"""Test whether fosscuda is handled properly."""
13581358
tc = self.get_toolchain("fosscuda", version="2018a")
1359-
opts = {'cuda_gencode': ['-arch=compute_35,code=sm_35', 'a-rch=compute_10,code=compute_10'], 'openmp': True}
1359+
opts = {'cuda_gencode': ['-arch=compute_35,code=sm_35', '-arch=compute_10,code=compute_10'], 'openmp': True}
13601360
tc.set_options(opts)
13611361
with self.mocked_stdout_stderr():
13621362
tc.prepare()

0 commit comments

Comments
 (0)