Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55920e89 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am 2f99df45: am 10e3e9a4: Merge "Move mesh to end of test list until we fix LLVM." into jb-dev

* commit '2f99df45':
  Move mesh to end of test list until we fix LLVM.
parents 071ffc89 2f99df45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,11 +80,11 @@ public class RSTestCore {
        unitTests.add(new UT_struct(this, mRes, mCtx));
        unitTests.add(new UT_math(this, mRes, mCtx));
        unitTests.add(new UT_math_conformance(this, mRes, mCtx));
        unitTests.add(new UT_mesh(this, mRes, mCtx));
        unitTests.add(new UT_element(this, mRes, mCtx));
        unitTests.add(new UT_sampler(this, mRes, mCtx));
        unitTests.add(new UT_program_store(this, mRes, mCtx));
        unitTests.add(new UT_program_raster(this, mRes, mCtx));
        unitTests.add(new UT_mesh(this, mRes, mCtx));
        unitTests.add(new UT_fp_mad(this, mRes, mCtx));

        /*