Skip to content

Commit

Permalink
Remove test_cxx_version (#17825)
Browse files Browse the repository at this point in the history
This test tested the default C++ version back when emcc overrode clang's
default. emcc no longer does this, so there is no more emcc-specific
behavior to test (and it also prevents rolling C++ version changes into
emsdk)
  • Loading branch information
dschuff committed Sep 9, 2022
1 parent 7fe3d9f commit f9e8147
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
13 changes: 0 additions & 13 deletions test/core/test_cxx_version.cpp

This file was deleted.

1 change: 0 additions & 1 deletion test/core/test_cxx_version.out

This file was deleted.

3 changes: 0 additions & 3 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2438,9 +2438,6 @@ def test_tinyfuncstr(self):
def test_llvmswitch(self):
self.do_core_test('test_llvmswitch.c')

def test_cxx_version(self):
self.do_core_test('test_cxx_version.cpp')

@no_wasm2js('massive switches can break js engines')
def test_bigswitch(self):
self.do_runf(test_file('bigswitch.cpp'), '''34962: GL_ARRAY_BUFFER (0x8892)
Expand Down

0 comments on commit f9e8147

Please sign in to comment.