Searched refs:osArch (Results 1 – 1 of 1) sorted by relevance
159 String osArch = System.getProperty("os.arch"); in testEnvironment() local160 if (!"os.arch".equals(osArch)) { in testEnvironment()161 throw new AssertionError("unexpected value for os.arch: " + osArch); in testEnvironment()