Skip to content

Commit fe4db6f

Browse files
committed
fix svm build
1 parent e2372d5 commit fe4db6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/ImpModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ private static void raiseFrozenError(FrozenStatus status, String moduleName, PRa
716716
// There was no error.
717717
break;
718718
default:
719-
throw CompilerDirectives.shouldNotReachHere("Unknown FrozenStatus " + status);
719+
throw CompilerDirectives.shouldNotReachHere("unknown frozen status");
720720
}
721721
}
722722

0 commit comments

Comments
 (0)