Skip to content

Commit

Permalink
test: remove test of GCCtoolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Mar 1, 2024
1 parent b0f3298 commit 46cc984
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_c_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@ def eval_tester(knl):
# the default (non-guessed) toolchain!
__test(eval_tester, ExecutableCTarget, compiler=ccomp)

# and test that we will fail if we remove a required attribute
del ccomp.toolchain.undefines
with pytest.raises(AttributeError):
__test(eval_tester, ExecutableCTarget, compiler=ccomp)

# next test that some made up compiler can be specified
ccomp = CCompiler(cc="foo")
assert isinstance(ccomp.toolchain, GCCToolchain)
Expand Down

0 comments on commit 46cc984

Please sign in to comment.