Skip to content

Commit

Permalink
Update testThrow in StructureTests in libQuote (tensorflow#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Burmako authored Oct 27, 2019
1 parent f3bf31a commit 619d2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/QuoteTests/StructureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ public final class StructureTests: XCTestCase {
let q = #quote{
throw X()
}
// TODO(TF-937): Fix the empty symbol in the Name's structure below.
assertStructure(
q,
"""
Expand All @@ -455,7 +456,7 @@ public final class StructureTests: XCTestCase {
Call(
Name(
"X",
"<unstable USR>",
"",
FunctionType(
[],
[],
Expand Down

0 comments on commit 619d2c7

Please sign in to comment.