Print this page
new smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/validation/c11-thread-local.c
          +++ new/usr/src/tools/smatch/src/validation/c11-thread-local.c
   1    1  static _Thread_local int foo;
   2    2  
   3    3  /*
   4    4   * check-name: c11-thread-local
   5    5   * check-command: test-parsing -std=c11 $file
   6    6   *
   7    7   * check-output-ignore
   8      - * check-output-contains: \[tls\]
        8 + * check-output-contains: \\[tls\\]
   9    9   */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX