Skip to content

Commit

Permalink
Fix thrift compile issues
Browse files Browse the repository at this point in the history
Summary: Fix thrift compile issues

Reviewed By: vitaut

Differential Revision: D50908033

fbshipit-source-id: 8a506182bdcb5922917124142227bdbcb743301c
  • Loading branch information
Dan Melnic authored and facebook-github-bot committed Nov 2, 2023
1 parent 7fde419 commit a4e01d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion compiler/test/if/a.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const T a = b.i64_value;

struct A {
1: T a = a;
2: b.B b = b;
3: bool c = b.bool_value;
4: list<list<i32>> d;
5: map<i32, string> e;
Expand Down
2 changes: 1 addition & 1 deletion tests/if/huge.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum F {
}

const list<F> foo = [bar];
const F bar = F;
const F bar = F.F;

enum G {
G = 0,
Expand Down

0 comments on commit a4e01d3

Please sign in to comment.