Skip to content

Commit 10e3e9a

Browse files
stephenhinesAndroid (Google) Code Review
authored andcommitted
Merge "Move mesh to end of test list until we fix LLVM." into jb-dev
2 parents 7fdde0c + 9b9e74e commit 10e3e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RenderScriptTests/tests/src/com/android/rs/test/RSTestCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ public void init(RenderScriptGL rs, Resources res, int width, int height) {
8080
unitTests.add(new UT_struct(this, mRes, mCtx));
8181
unitTests.add(new UT_math(this, mRes, mCtx));
8282
unitTests.add(new UT_math_conformance(this, mRes, mCtx));
83-
unitTests.add(new UT_mesh(this, mRes, mCtx));
8483
unitTests.add(new UT_element(this, mRes, mCtx));
8584
unitTests.add(new UT_sampler(this, mRes, mCtx));
8685
unitTests.add(new UT_program_store(this, mRes, mCtx));
8786
unitTests.add(new UT_program_raster(this, mRes, mCtx));
87+
unitTests.add(new UT_mesh(this, mRes, mCtx));
8888
unitTests.add(new UT_fp_mad(this, mRes, mCtx));
8989

9090
/*

0 commit comments

Comments
 (0)