view test/runtime/6929067/T.java @ 14639:0f82263406e0

Disable three PTX tests since codegen support for byte, boolean and short is not complete
author bharadwaj
date Thu, 20 Mar 2014 13:39:28 -0400
parents 3b3d12e645e7
children
line wrap: on
line source

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}