Skip to content

Commit e1f4afc

Browse files
committed
Fixup CExtContextTest
1 parent 95f9fb6 commit e1f4afc

File tree

1 file changed

+1
-6
lines changed
  • graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/builtin/objects/cext

1 file changed

+1
-6
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/builtin/objects/cext/CExtContextTest.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0
@@ -84,11 +84,6 @@ public TestCExtContext(PythonContext context, Object llvmLibrary) {
8484
super(context, llvmLibrary, false);
8585
}
8686

87-
@Override
88-
protected Store initializeSymbolCache() {
89-
throw new RuntimeException("should not reach here");
90-
}
91-
9287
public static TruffleString getBN(TruffleString s) {
9388
return getBaseName(s);
9489
}

0 commit comments

Comments
 (0)