Skip to content

Commit 20ddc5c

Browse files
committed
---
yaml --- r: 293783 b: refs/heads/tensorflow c: 790d359 h: refs/heads/master i: 293781: d0fcec8 293779: 52d547b 293775: 50dd1eb
1 parent f670a98 commit 20ddc5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-04-25-a: 22f738a831d43aff2b9c9773bcb65
816816
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-05-08-a: 7d98cc16689baba5c8a3b90a9329bdcc1a12b4e9
817817
refs/heads/cherr42: a566ad54b073c2c56ac0a705d0a5bed9743135a5
818818
"refs/heads/codable_test_comment_fix": fc8f6824f7f347e1e8db55bff62db385c5728b5a
819-
refs/heads/tensorflow: 81ed9cc2f95934ceec52101d91c3e3d9cbbb9874
819+
refs/heads/tensorflow: 790d359257ad951a424723cd530cd259425117dc
820820
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-11-a: 8126fd7a652e2f70ad6d76505239e34fb2ef3e1a
821821
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-12-a: b3fd3dd84df6717f2e2e9df58c6d7e99fed57086
822822
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-13-a: 71135119579039dc321c5f65d870050fe36efda2

branches/tensorflow/utils/gyb_syntax_support/ExprNodes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@
470470
Child('LeftParen', kind='LeftParenToken',
471471
classification='StringInterpolationAnchor',
472472
force_classification=True),
473-
Child('Expressions', kind='FunctionCallArgumentList'),
473+
Child('Expressions', kind='FunctionCallArgumentList',
474+
collection_element_name='Expression'),
474475
Child('RightParen', kind='StringInterpolationAnchorToken'),
475476
]),
476477

0 commit comments

Comments
 (0)