Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExpectErrorContains (0.16 sec)

  1. tensorflow/compiler/aot/codegen_test.cc

      }
      ident += "_";
      TF_EXPECT_OK(ValidateCppIdent(ident, ""));
    
      ExpectErrorContains(ValidateCppIdent("", ""), "empty identifier");
      ExpectErrorContains(ValidateCppIdent(" ", ""), "illegal leading char");
      ExpectErrorContains(ValidateCppIdent("0", ""), "illegal leading char");
      ExpectErrorContains(ValidateCppIdent(".", ""), "illegal leading char");
      ExpectErrorContains(ValidateCppIdent(":", ""), "illegal leading char");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 01 02:13:40 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top