Loading fs_mgr/tests/vts_fs_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ static int GetVsrLevel() { } TEST(fs, ErofsSupported) { // S and higher for this test. if (GetVsrLevel() < __ANDROID_API_S__) { // U and higher for this test. if (GetVsrLevel() <= __ANDROID_API_T__) { GTEST_SKIP(); } Loading Loading
fs_mgr/tests/vts_fs_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ static int GetVsrLevel() { } TEST(fs, ErofsSupported) { // S and higher for this test. if (GetVsrLevel() < __ANDROID_API_S__) { // U and higher for this test. if (GetVsrLevel() <= __ANDROID_API_T__) { GTEST_SKIP(); } Loading